home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu136.dms / pu136.adf / SID / Sid103b.LZH / UpdateDocs < prev    next >
Text File  |  1989-10-28  |  6KB  |  175 lines

  1.                      Updates for SID v1.02 and before
  2.                      --------------------------------
  3.  
  4.  
  5. Summary:
  6. --------
  7.  
  8. v1.02:
  9.  9) Properly identifies ARC files created with all versions of ARC.
  10. 10) Properly identifies WordPerfect files.
  11. 11) SID now detaches!
  12. 12) Can unarc into the destination directory.
  13.  
  14. v1.01:
  15.  1) Added keyboard equivalents for some commands.
  16.  2) Can now copy files of size zero.
  17.  3) Cannot make a directory with a name that already exists.
  18.  4) Cannot make a directory, duplicate a file, or rename a file to a blank
  19.     name.
  20.  5) LISTARC output now goes to the READ window.
  21.  6) Can now make a directory and load it in the same command.
  22.  7) Right mouse button now scrolls the directory display.
  23.  8) Double clicking on file will execute appropriate command.
  24.  
  25.  
  26.  
  27. Details:
  28. --------
  29.  
  30.  1) Added keyboard equivalents for some commands.
  31.  
  32.     You can now execute a number of commands from the keyboards:
  33.   
  34.         CTRL-A .... ALL
  35.         CTRL-D .... DISK
  36.         CTRL-E .... EDIT
  37.         CTRL-I .... INFO
  38.         CTRL-M .... MAKEDIR
  39.         CTRL-N .... NONE
  40.         CTRL-P .... PATTERN
  41.         CTRL-R .... RENAME
  42.  
  43.     Plus a few other goodies:
  44.   
  45.         CTRL-UpArrow ....... load parent of active list
  46.         CTRL-LeftArrow ..... rehighlight left list
  47.         CTRL-RightArrow .... rehighlight right list
  48.         SHIFT-LeftArrow .... make left list active
  49.         SHIFT-RightArrow ... make right list active
  50.         LeftArrow .......... move cursor to left path field (old feature)
  51.         RightArrow ......... move cursor to right path field (old feature)
  52.  
  53.  
  54.  2) Can now copy files of size zero.
  55.  
  56.     Previously, SID would report an erroneous error about not having enough
  57.     memory when you attempted to copy a file of size zero.
  58.  
  59.  
  60.  3) Cannot make a directory with a name that already exists.
  61.  
  62.     Previously, SID would allow you to create a directory that had the same
  63.     name as a file in the active list.  This would have the effect of wiping
  64.     out that file.
  65.  
  66.  
  67.  4) Cannot make a directory, duplicate a file, or rename a file to a blank
  68.     name.
  69.  
  70.     AmigaDOS allows you to do this, but to prevent user confusion, SID
  71.     does not.  SID also now strips all leading and trailing blanks from the
  72.     file names you specify so that you cannot create file names that "look"
  73.     the same but are not the same.  If you really need to do this, you can
  74.     always use the CLI.
  75.  
  76.  
  77.  5) LISTARC output now goes to the READ window.
  78.  
  79.     This should make listing the contents of ARC files a little easier.
  80.  
  81.  
  82.  6) Can now make a directory and load it in the same command.
  83.  
  84.     These make/load directory commands are accessible only from the keyboard.
  85.     Press:
  86.     
  87.         CTRL-< or CTRL-,
  88.             Creates the directory you specify and loads it in the left list.
  89.         
  90.         CTRL-> or CTRL-.
  91.             Creates the directory you specify and loads it in the right list.
  92.  
  93.     For example, if the left list is active, and you press CTRL-<, the
  94.     current directory will be replaced with the directory you create.  If you
  95.     press CTRL->, however, the directory you specify will appear in the left
  96.     list, but will be loaded in the right list.
  97.  
  98.  
  99.  7) Right mouse button now scrolls the directory display.
  100.  
  101.     If you click the right mouse button over one of the directory lists, that
  102.     list becomes active and begins to scroll.  If the mouse pointer is in the
  103.     upper half of the list, the list scrolls up.  If the pointer is in the
  104.     lower half, the list scrolls down.  As you move the pointer close to the
  105.     vertical center of the list, the scroll slows down until it reverses
  106.     direction when the pointer crosses the center.
  107.     
  108.     If you click the right mouse button above the directory lists, the menus
  109.     are activated.  If you click below the lists, the side you click on is
  110.     activated but no scrolling occurs.
  111.  
  112.  
  113.  8) Double clicking on file will execute appropriate command.
  114.  
  115.     When you double click on a file, it will execute the appropriate command
  116.     (only) for the file on which you clicked:
  117.     
  118.         IFF Graphic ... VIEW
  119.         IFF Sound ..... HEAR
  120.         ARC File ...... LISTARC
  121.         ZOO File ...... LISTARC
  122.         ASCII File .... READ
  123.         all others .... INFO
  124.     
  125.     Note that because ARC and ZOO do not support LISTARC yet, the INFO
  126.     command will be executed for these files.
  127.  
  128.  
  129.  9) Properly identifies ARC files created with all versions of ARC.
  130.  
  131.     Previously, I had been using the first two bytes (0x1A08) to identify an
  132.     ARC'd file.  As it turns out, the second byte is used to identify the
  133.     version number of the ARC program that created the file.  SID now
  134.     identifies an ARC file based solely on the first byte.  Thanks to John
  135.     Ruckart for pointing this out.
  136.     
  137.     
  138. 10) Properly identifies WordPerfect files.
  139.  
  140.     A little unsigned short bug caused SID to identify WordPerfect files as
  141.     Binary files.
  142.     
  143.     
  144. 11) SID now detaches!
  145.  
  146.     Ta-da!  When you run SID from the CLI, it detaches, meaning that the CLI
  147.     window is free to accept input, and you can close the CLI window by
  148.     entering "endcli".  This means that you can put SID in your startup-
  149.     sequence and have it automatically loaded for you when you boot your
  150.     machine.  Remember that you can config your SID window to come up shrunk,
  151.     which is ideal when running from the startup-sequence.
  152.     
  153.     One unsavory side effect of detachability is that SID will crash when run
  154.     from the CLI.  Again thanks to John Ruckart (he was on a roll that day!),
  155.     this dilemma has been solved.  The supplied icon now runs a mini batch
  156.     file that loads IconX, creates a CLI, and launches SID, hence preventing
  157.     a crash.  The CLI window then immediately closes behind SID.
  158.  
  159.  
  160. 12) Can unarc into the destination directory.
  161.  
  162.     When you click on the arrow and turning it red, all archived files you
  163.     highlight and UNARC will be unarchived into the destination directory.  As
  164.     with all two-directory commands (such as COPY and MOVE), the destination
  165.     directory does not have to be loaded to receive unarchived files.  When
  166.     all files have been unarchived, the destination directory will be
  167.     reloaded to reflect the new files.
  168.  
  169.  
  170. UpdateDocs v1.02 09/02/89
  171. © Copyright 1989 Timm Martin
  172. All Rights Reserved Worldwide
  173.  
  174. /*-- END --*/
  175.